# Retrieves permissions for the specified actor within a scope

Retrieves all permissions assigned to an actor within a specified scope.
        If no scope is provided, assumes GlobalScope

Endpoint: GET /api/v1/rbac/actors/{actorId}/permissions
Version: 1.0
Security: header

## Path parameters:

  - `actorId` (string, required)
    ID of the actor
    Example: "us_01hxcvk1hjexere4pvtrj0ymqq"

## Query parameters:

  - `scope` (string,null)
    Optional scope to filter permissions, if ommitted assumes GlobalScope
    Example: "global or gr_05hxcvk1hjexere4pvtrj0hggt"


